PATHMac OS 8 and 9 Developer Documentation > Networking and Communications > URL Access Manager >

Transferring Files With the URL Access Manager


URLReleaseBuffer

Releases a buffer that belongs to the URL Access Manager.

OSStatus URLReleaseBuffer (
                     URLReference urlRef,
                     void* buffer);
urlRef
A reference of type URLReference that identifies the URL for which you want to release a buffer.
buffer
An untyped pointer to the buffer you want to release.
function result
A result code. For a list of possible result codes, see Result Codes .

DISCUSSION

The URLReleaseBuffer function releases a buffer obtained by calling URLGetBuffer . To prevent the URL Access Manager from running out of buffers, you should call URLReleaseBuffer as soon as possible after calling URLGetBuffer .


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)